getPosition

open fun getPosition(): Vec3

Get the position of the camera in slightly modified web mercator coordinates- The size of 1 unit is the width of the projected world instead of the "mercator meter".Coordinate [0, 0, 0] is the north-west corner and [1, 1, 0] is the south-east corner.- Z coordinate is conformal and must respect minimum and maximum zoom values.- Zoom is automatically computed from the altitude (z)

Return

The position if set.